home *** CD-ROM | disk | FTP | other *** search
- struct HiFiPrefs
- {
- UBYTE DefaultCatalog[128]; /* Default-Katalog */
- UBYTE PlayerDir[128]; /* Player-Verzeichnis */
- UBYTE Volume; /* Lautstärke */
- UBYTE Filter; /* Filter */
-
- UBYTE AutoPlaying; /* ATKeyboard-Autoplay */
- UBYTE AutoPlayingWait; /* ATKeyboard-Wait */
-
- UBYTE LBal; /* Balance links */
- UBYTE RBal; /* Balance rechts */
- UBYTE Control; /* Kontrolldisplay */
-
- UBYTE pad;
- };
-
- struct HiFiPrefs HiFiPrefs=
- {
- "AT:HiFi-System/Catalogs/Default.cat",
- "AT:HiFi-System/Players",
- 64,
- 0,
- 0,
- 0,
- 64,64,
- 0
- };
-
- UBYTE *HiFiPort="ATUtilities HiFi-Player";
- UBYTE *HiFiPrefsName="AT:Prefs/HiFiPlayer.prefs";
-
-